home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 2515 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.7 KB

  1. Path: sphere.brisnet.org.au!news
  2. From: Elmar Haag <elmarh@dyson.brisnet.org.au>
  3. Newsgroups: comp.lang.c
  4. Subject: news:comp.lang.c
  5. Date: 21 Jan 1996 06:13:15 GMT
  6. Organization: The Dyson Sphere - QLD,Aust,Earth,Sol...
  7. Message-ID: <4dslhr$3sc@sphere.brisnet.org.au>
  8. NNTP-Posting-Host: elmarh.brisnet.org.au
  9. Mime-Version: 1.0
  10. Content-Type: text/plain
  11. Content-Transfer-Encoding: quoted-printable
  12. X-Mailer: Mozilla 1.1N (Windows; I; 16bit)
  13.  
  14. Hi borland Bug Administrator! 
  15.  
  16. Thanks for your reply!
  17.  
  18. I attempted to pass this "Bug" report to Borland Support in Australia. They requested that I enter into a support aggrement with the=
  19. m and pay them for letting them know about the defects (bugs)in their software they supply agains payment to their customers. I even=
  20.  paid once $50 for a support aggrement but as I never used it it must have been erased from the Sydney database. ID Number is ZZZ014=
  21. 574 Contract Number 1622. 
  22.  
  23. It appears that Borland now wants to make its customers pay for letting them know about the defects and inconsistencies in the softw=
  24. are they sell.
  25.  
  26. Please pass this message on to your current CEO or President.
  27.  
  28. >Hi!
  29. >
  30. >Thank you for your e-mail.  Please note that this is not a Technical Support
  31. >e-mail address.  Please direct your question to your nearest Borland
  32. >Technical Support center.
  33. >
  34. >Bug Administrator
  35. >
  36. >At 03:57 PM 1/15/96 +1000, you wrote:
  37. >>
  38. >>I have the following problem: 
  39. >>It appears that MIDL.EXE creates some code not compatible with BCC 4.52 or
  40. >>ANSI "C".
  41. >>
  42. >>
  43. >>Definition in RPCNDR.H:
  44. >>
  45. >>typedef struct _MIDL_FORMAT_STRING
  46. >>{
  47. >>        short           Pad;
  48. >>        unsigned char   Format[]; may be illegal in BC 4.52 but legal in MS
  49. >>CL                                   compiler???
  50. >>} MIDL_FORMAT_STRING;
  51. >>
  52. >>
  53. >>
  54. >>Code generated by MIDL.EXE in *_c.c:
  55. >>
  56. >>extern const MIDL_FORMAT_STRING __MIDLFormatString;
  57. >>
  58. >>extern const MIDL_FORMAT_STRING __MIDLProcFormatString;
  59. >>
  60. >>
  61. >>static const MIDL_FORMAT_STRING MIDLProcFormatString =3D
  62. >>{
  63. >>        0,
  64. >>        {
  65. >>                0x4d,        /* FC_IN_PARAM */ /* Error during compile */
  66. >>        0x1,        /* 1 */
  67. >>/*  2 */    0x0, 0x0,    /* Type Offset=3D0 */
  68. >>/*  4 */    0x5b,        /* FC_END */
  69. >>        0x5c,        /* FC_PAD */
  70. >>        0x0
  71. >>    }
  72. >>};
  73. >>
  74. >>static const MIDL_FORMAT_STRING __MIDLFormatString =3D
  75. >>{
  76. >>        0,
  77. >>        {
  78. >>                0x11, 0x8,    /* FC_RP [simple_pointer] */ /*Error during
  79. >>compile */
  80. >>/*  2 */        0x22,        /* FC_C_CSTRING */
  81. >>        0x5c,        /* FC_PAD */
  82. >>        0x0
  83. >>        }
  84. >>};
  85. >>
  86. >>I tried to run the patch for BC++ 4.51, but no success.
  87. >>
  88. >>If you know of any fix, or have any other info, please let me know.
  89. >>
  90. >>Rgards
  91. >>
  92. >>Elmar Haag
  93. >>Interworld Pty. Ltd.
  94. >>22 Bowsprit Pde.
  95. >>Cleveland 4163
  96. >>Australia
  97. >>
  98. >>elmarh@dyson.brisnet.org.au
  99. >>
  100. >>
  101. >>
  102. >
  103. >
  104. >
  105.